home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Multimediale Rizzoli Larousse 2002 / ERL2002_1.IMG / Concento / pop.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(press).as
Text File  |  2001-11-10  |  116b  |  8 lines

  1. on(press){
  2.    scr = txto.scroll;
  3.    if(scr < txto.maxscroll)
  4.    {
  5.       set("txto.scroll",scr + "1");
  6.    }
  7. }
  8.